home *** CD-ROM | disk | FTP | other *** search
- object con: Tcon
- Left = 272
- Top = 143
- Width = 604
- Height = 490
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSizeToolWin
- Caption = 'Infoconsole'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object Memo: TMemo
- Left = 0
- Top = 0
- Width = 596
- Height = 414
- Align = alClient
- Color = clWhite
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Serif'
- Font.Style = []
- Lines.Strings = (
- '>Information console ver 1.0'
- '>Status information updating')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 414
- Width = 596
- Height = 41
- Align = alBottom
- TabOrder = 1
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 75
- Height = 25
- Caption = 'CLEAR'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
-